mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced 2026-03-07 05:47:56 +01:00
Initialize Bankrekening project with .NET 9.0 and add basic console output
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using System;
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
class Bankrekening
|
||||
|
||||
Reference in New Issue
Block a user