+ 7
What was your first code?
My first code is: System.out.print("Hello World");
22 Respuestas
+ 6
print("hello world")
+ 5
cout << "Hello world!" << endl;
+ 3
I can't remember quite well, but probably a "Hello World" program in BASIC for a ZX Spectrum.
+ 3
Arduino Blink example edited
+ 3
My TI-83 Plus in my high school geometry class...
QUADRAT
--------------------------------------
:Input "A=", A
:Input "B=", B
:Input "C=", C
:-B+SQRT(B^2-4AC)>X
:-B-SQRT(B^2-4AC)>Y
:Disp X/(2A)
:Disp Y/(2A)
:Pause
:"AX^2+BX+C">Ysub0
:ZStandard
:DispGraph
:Trace
GRAFWAVE
--------------------------------------
:ClrHome
:Disp "A*sin(B(X+C))+D"
:Disp "---------------"
:Input "AMPLITUDE:",A
:Input "PERIOD:",P
:Input "PHASE SHIFT:",J
:Input "VERT CHANGE:",D
:"A*sin((2PI/P)*(X+J))+D">Ysub0
:DispGraph
I've got more if anyone wants them...
+ 2
print ("Hello Planet")
+ 2
It was a C++ code which printed Hello World
+ 2
#include <stdio.h >
int main (){
printf("Hello World!");
}
+ 2
#include<stdio.h>
void main ()
{
pritf("welcome to the world of c programing");
}
+ 1
i = 1
print(i)
+ 1
System.out.println("hello world");
+ 1
Probably something equivalent to:
10 PRINT "HELLO WORLD"
(It was 1979 on a TRS-80 model 1. BASIC language, no lower case.) :)
+ 1
msgbox("Hello World",64,"Hi!")
+ 1
console.WriteLine ("Hello World!");
+ 1
Hello world with c++ 😂
+ 1
Probably some HTML code
+ 1
my file in html after that in mysql