Post-Test
Test 1
GM_world.py
print "Good morning world"
Test 2
main.c
#include int main(void){ printf("Hello, World!!¥n"); return(0); }
Recommended Posts