Skip to content
Snippets Groups Projects
Select Git revision
  • c338fa9d7a58e0363980114c5becc8c0f4acb585
  • main default protected
  • br_w
  • br_A
4 results

hello3.java

Blame
  • hello3.java 79 B
    #include <stdio.h>
    
    int main()
    	{
    		printf("Hello World!\n");
    		return 0;
    	};