index
:
infsci2620
master
Developing secure systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lecture2
/
hello.c
blob: 2c8db6459ab4950b8ab0d67303cd9b00e2a67b81 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(){
double
float
test
=
5
;
printf
(
"Hello, world!
\n
"
);
}