fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. Dim intDay As Integer
  6. intDay = Date.Now.Day
  7. Console.WriteLine(intDay)
  8. End Sub
  9. End Class
Success #stdin #stdout 0.08s 13512KB
stdin
Standard input is empty
stdout
8