Skip to content
Snippets Groups Projects
Select Git revision
  • e5575bf90b5ccb5fd141953c01aad0b2a72d869a
  • main default protected
  • br_A
3 results

hello3.java

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