Skip to content

Commit

Permalink
Added HelloWorld gist
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Dec 5, 2023
1 parent cb7c700 commit f48efc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Aspose.Words;
using Aspose.Words;
using NUnit.Framework;

namespace DocsExamples.Getting_started
Expand All @@ -9,7 +9,7 @@ public class Hello_world : DocsExamplesBase
public void HelloWorld()
{
//ExStart:HelloWorld
//GistDesc:Getting started example
//GistId:542a463e1857480986d18ec296ed43d5
Document docA = new Document();
DocumentBuilder builder = new DocumentBuilder(docA);

Expand Down

0 comments on commit f48efc5

Please sign in to comment.