Skip to content
Snippets Groups Projects
Select Git revision
  • a65b114149b50e9d16d8699aa07484e451be2834
  • master default protected
  • cvh
  • main
4 results

gpu.Dockerfile

Blame
  • while-2.c 96 B
    #include <stdio.h>
    
    int main (void)
    {
      while (0)
        printf ("Hello, world!\n");
      return 0;
    }