mirror of
https://github.com/github/codeql-action.git
synced 2026-05-23 22:39:01 +00:00
12 lines
211 B
C#
12 lines
211 B
C#
using System;
|
|
|
|
namespace HelloWorldApp2 {
|
|
class Geeks2 {
|
|
static void Main2(string[] args) {
|
|
if (true) {
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
}
|
|
}
|