Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of JLLR

JLLR

JLLR has asked 0 questions and find answers to 1 problems.

Stats

15
EtPoint
3
Vote count
0
questions
1
answers

About

By Day:

with Ada.Text_IO;

procedure DayJob is
begin
   Ada.Text_IO.Put_Line("Hello, world!");
end DayJob;

By Night:

<html>
<body>    
@{ var myMessage = "Let the fun begin"; }  
<p>@myMessage</p>         
</body>
</html>