About me
My name is Kenny Huynh, I work at ReJoule, Inc. as a DevOps Engineer. I love my cat, riding bicycles, and driving motorcycles!
#include <stdio.h>
int main(void) {
printf("HELLO, WORLD!\n");
return 0;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Example HTML5 Document</title>
</head>
<body>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.
</p>
</body>
</html>pub fn main() {
println!("HELLO WORLD!!");
Ok()
}