Skip to content

Commit

Permalink
Make entry sample more minimal (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manvi-Agrawal authored Aug 12, 2024
1 parent 7df2d20 commit a3730a4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions samples/language/GettingStarted.qs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
///
/// # Description
/// This is a minimal Q# program that can be used to start writing Q# code.
namespace MyQuantumProgram {

@EntryPoint()
operation Main() : Unit {
// TODO: Write your Q# code here.
}
operation Main() : Unit {
// TODO: Write your Q# code here.
}

0 comments on commit a3730a4

Please sign in to comment.