hello.cs (224B)
- // SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- // SPDX-License-Identifier: BSD-3-Clause
- using System;
- class Program
- {
- static void Main()
- {
- Console.WriteLine("Hello, world!");
- }
- }
git clone https://anongit.hacktivis.me/git/deblob.git/
hello.cs (224B)
- // SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- // SPDX-License-Identifier: BSD-3-Clause
- using System;
- class Program
- {
- static void Main()
- {
- Console.WriteLine("Hello, world!");
- }
- }