diff --git a/samples/mail-archive-pdf/README.md b/samples/mail-archive-pdf/README.md
new file mode 100644
index 00000000..a99e816e
--- /dev/null
+++ b/samples/mail-archive-pdf/README.md
@@ -0,0 +1,95 @@
+# Archive email and attachments in a pdf file
+
+## Summary
+
+This sample showcases how to merge an email and its attachments into a single PDF file using standard Power Automate actions. The generated archive PDF is stored in a designated OneDrive folder. Additionally, the flow highlights how to leverage the conversion capabilities of the OneDrive connector to handle Office documents and PDF files as part of the archival process.
+
+**Features:**
+
+* Archive email and attachments (office docs, pdf etc.) into a pdf file
+* Export email as html file
+* Method to combine email and attachments
+* Expression
+
+
+
+## Applies to
+
+
+
+## Compatibility
+
+
+
+
+
+## Contributors
+
+* [Manish Solanki](https://github.com/Solanki-Manish)
+
+## Version history
+
+Version|Date|Comments
+-------|----|--------
+1.0|Jan 24, 2026|Initial release
+
+## Prerequisites
+
+### Connection References
+The solution includes two connection references.
+* Office 365 Outlook Connection
+* OneDrive For Business Connection
+
+### Environment Variable
+When importing the solution, there are a variety of environment variables that need to be completed.
+
+Variable|Type|Details
+-------|----|--------
+Incoming Email Subject | Text | Defines the subject filter used to trigger the workflow from an email
+Output Archive Folder | Text | Specifies the OneDrive folder path where the archived PDF will be saved
+
+## Minimal Path to Awesome
+
+### Import Solution
+
+* [Download](./solution/mail-archive-pdf.zip) the `.zip` from the `solution` folder
+* [Import](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/import-update-export-solutions) the `.zip` file using **Solutions** > **Import Solution**.
+
+### Using the source code
+
+You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/developer/data-platform/powerapps-cli) to pack the source code by following these steps:
+
+* Clone the repository to a local drive
+* Pack the source files back into a solution `.zip` file:
+
+ ```bash
+ pac solution pack --zipfile pathtodestinationfile --folder pathtosourcefolder --processCanvasApps
+ ```
+
+ Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtodestinationfile` to point to the path of this solution's `.zip` file (located under the `solution` folder)
+* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed.
+
+## Features
+
+This sample illustrates the following concepts:
+
+* Reusablility
+* Use of XML & XPATH for complex automation scenerios
+* Use of complex nested expressions
+* Concept of parent-child flow
+
+## Help
+
+We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.
+
+If you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=mail-archive-pdf&authors=@Solanki-Manish&title=mail-archive-pdf).
+
+For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=mail-archive-pdf&authors=@Solanki-Manish&title=mail-archive-pdf).
+
+Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=mail-archive-pdfy&authors=@Solanki-Manish&title=mail-archive-pdf).
+
+## Disclaimer
+
+**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
+
+
diff --git a/samples/mail-archive-pdf/assets/flow-overview.png b/samples/mail-archive-pdf/assets/flow-overview.png
new file mode 100644
index 00000000..1e6fe16d
Binary files /dev/null and b/samples/mail-archive-pdf/assets/flow-overview.png differ
diff --git a/samples/mail-archive-pdf/assets/sample.json b/samples/mail-archive-pdf/assets/sample.json
new file mode 100644
index 00000000..9f0efb3f
--- /dev/null
+++ b/samples/mail-archive-pdf/assets/sample.json
@@ -0,0 +1,71 @@
+[
+ {
+ "name": "pnp-powerplatform-samples-mail-archive-pdf",
+ "source": "pnp",
+ "title": "Archive email and attachments in pdf",
+ "shortDescription": "Flow that archives an email and its attachments in a single pdf file",
+ "url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/mail-archive-pdf",
+ "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/powerplatform-samples/tree/main/samples/mail-archive-pdf",
+ "longDescription": [
+ "This sample demonstrates how to merge an email and its attachments into a single PDF file using standard actions. The resulting archive PDF will be stored in the OneDrive folder."
+ ],
+ "creationDateTime": "2026-01-24",
+ "updateDateTime": "2026-01-24",
+ "products": [
+ "Power Automate",
+ "Power Platform"
+ ],
+ "tags": [
+ "pdf",
+ "archive",
+ "flow",
+ "outlook",
+ "onedrive",
+ "expression",
+ "html"
+ ],
+ "categories": [
+ "CLOUD-FLOW"
+ ],
+ "metadata": [
+ {
+ "key": "POWERAPPS-EXPERIMENTAL",
+ "value": "No"
+ },
+ {
+ "key": "POWERAPPS-PREMIUM",
+ "value": "No"
+ },
+ {
+ "key": "POWERAPPS-ONPREM",
+ "value": "No"
+ },
+ {
+ "key": "POWERAPPS-CUSTOMCONNECTOR",
+ "value": "No"
+ }
+ ],
+ "thumbnails": [
+ {
+ "type": "image",
+ "order": 100,
+ "url": "https://github.com/pnp/powerplatform-samples/raw/main/samples/mail-archive-pdf/assets/flow-overview.png",
+ "alt": "Flow overview"
+ }
+ ],
+ "authors": [
+ {
+ "gitHubAccount": "https://github.com/Solanki-Manish",
+ "pictureUrl": "https://github.com/Solanki-Manish.png",
+ "name": "Manish Solanki"
+ }
+ ],
+ "references": [
+ {
+ "name": "Microsoft Power Platform documentation",
+ "description": "Discover how to make the most of Microsoft Power Platform products with online training courses, docs, and videos covering product capabilities and how-to guides.",
+ "url": "https://learn.microsoft.com/power-platform/"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/samples/mail-archive-pdf/solution/mail-archive-pdf.zip b/samples/mail-archive-pdf/solution/mail-archive-pdf.zip
new file mode 100644
index 00000000..94499525
Binary files /dev/null and b/samples/mail-archive-pdf/solution/mail-archive-pdf.zip differ
diff --git a/samples/mail-archive-pdf/sourcecode/Other/Customizations.xml b/samples/mail-archive-pdf/sourcecode/Other/Customizations.xml
new file mode 100644
index 00000000..d22a8106
--- /dev/null
+++ b/samples/mail-archive-pdf/sourcecode/Other/Customizations.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OneDrive for Business
+ /providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness
+ 1
+ 0
+ 0
+ 1
+
+
+ Office 365 Outlook Mail
+ /providers/Microsoft.PowerApps/apis/shared_office365
+ Office 365 outlook connection
+ 1
+ 0
+ 0
+ 1
+
+
+
+ 1033
+
+
\ No newline at end of file
diff --git a/samples/mail-archive-pdf/sourcecode/Other/Solution.xml b/samples/mail-archive-pdf/sourcecode/Other/Solution.xml
new file mode 100644
index 00000000..d75bbf4f
--- /dev/null
+++ b/samples/mail-archive-pdf/sourcecode/Other/Solution.xml
@@ -0,0 +1,85 @@
+
+
+
+ MailArchivePDF
+
+
+
+
+ 1.0.0.0
+ 2
+
+ pnp
+
+
+
+
+
+
+ pnp
+ 89378
+
+
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ 2
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/mail-archive-pdf/sourcecode/Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json b/samples/mail-archive-pdf/sourcecode/Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json
new file mode 100644
index 00000000..a787c1f1
--- /dev/null
+++ b/samples/mail-archive-pdf/sourcecode/Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json
@@ -0,0 +1,304 @@
+{
+ "properties": {
+ "connectionReferences": {
+ "shared_office365-1": {
+ "api": {
+ "name": "shared_office365"
+ },
+ "connection": {
+ "connectionReferenceLogicalName": "pnp_sharedoffice365_56894"
+ },
+ "runtimeSource": "embedded"
+ },
+ "shared_onedriveforbusiness": {
+ "api": {
+ "name": "shared_onedriveforbusiness"
+ },
+ "connection": {
+ "connectionReferenceLogicalName": "new_sharedonedriveforbusiness_1a9c7"
+ },
+ "runtimeSource": "embedded"
+ }
+ },
+ "definition": {
+ "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
+ "contentVersion": "undefined",
+ "parameters": {
+ "$authentication": {
+ "defaultValue": {},
+ "type": "SecureObject"
+ },
+ "$connections": {
+ "defaultValue": {},
+ "type": "Object"
+ },
+ "Email Subject (pnp_EmailSubject)": {
+ "defaultValue": "Email Archival Test",
+ "type": "String",
+ "metadata": {
+ "schemaName": "pnp_EmailSubject",
+ "description": "Subject filter for the incoming email"
+ }
+ },
+ "Output Archive folder (pnp_OutputArchivefolder)": {
+ "defaultValue": "Archive Emails",
+ "type": "String",
+ "metadata": {
+ "schemaName": "pnp_OutputArchivefolder",
+ "description": "Output one drive folder for storing archival email"
+ }
+ }
+ },
+ "triggers": {
+ "When_a_new_email_arrives_(V3)": {
+ "type": "OpenApiConnectionNotification",
+ "inputs": {
+ "parameters": {
+ "includeAttachments": true,
+ "subjectFilter": "@parameters('Email Subject (pnp_EmailSubject)')",
+ "importance": "Any",
+ "fetchOnlyWithAttachment": true,
+ "folderPath": "Inbox"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
+ "operationId": "OnNewEmailV3",
+ "connectionName": "shared_office365-1"
+ }
+ },
+ "splitOn": "@triggerOutputs()?['body/value']"
+ }
+ },
+ "actions": {
+ "Convert_file_-_email_msg_to_HTML_format": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "id": "@outputs('Create_file_-_email_msg_file')?['body/Id']",
+ "type": "HTML"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "ConvertFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runAfter": {
+ "Create_file_-_email_msg_file": [
+ "Succeeded"
+ ]
+ },
+ "metadata": {
+ "b!4JYKcAxS2EW65T2DQwmtjA0tBYQhCQVBpQzW5Rb24NNrFhp_9Cs6TokRPBMyQyfp.01VTD6ZWSKVHRPTSBCT5H3WWO5DCJ7MQJN": "/Documents/RE_ Monthly Timesheet - Manish Solanki - Jun'25.msg"
+ }
+ },
+ "Export_email_(V2)": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "messageId": "@triggerOutputs()?['body/id']"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
+ "operationId": "ExportEmail_V2",
+ "connectionName": "shared_office365-1"
+ }
+ },
+ "runAfter": {
+ "Filter_array_-_attachment_with_allowed_extension": [
+ "Succeeded"
+ ]
+ }
+ },
+ "Create_file_-_email_msg_file": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "folderPath": "/@{parameters('Output Archive folder (pnp_OutputArchivefolder)')}/@{triggerOutputs()?['body/id']}",
+ "name": "@{triggerOutputs()?['body/subject']}.msg",
+ "body": "@body('Export_email_(V2)')"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "CreateFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runAfter": {
+ "Export_email_(V2)": [
+ "Succeeded"
+ ]
+ },
+ "runtimeConfiguration": {
+ "contentTransfer": {
+ "transferMode": "Chunked"
+ }
+ }
+ },
+ "Compose_-_allowed_file_extension": {
+ "type": "Compose",
+ "inputs": "3g2,3gp,3gp2,3gpp,3mf,ai,arw,asf,avi,bas,bash,bat,bmp,c,cbl,cmd,cool,cpp,cr2,crw,cs,css,csv,cur,dcm,dcm30,dic,dicm,dicom,dng,doc,docx,dwg,eml,epi,eps,epsf,epsi,epub,erf,fbx,fppx,gif,glb,h,hcp,heic,heif,htm,html,ico,icon,java,jfif,jpeg,jpg,js,json,key,log,m2ts,m4a,m4v,markdown,md,mef,mov,movie,mp3,mp4,mp4v,mrw,msg,mts,nef,nrw,numbers,obj,odp,odt,ogg,orf,pages,pano,pdf,pef,php,pict,pl,ply,png,pot,potm,potx,pps,ppsx,ppsxm,ppt,pptm,pptx,ps,ps1,psb,psd,py,raw,rb,rtf,rw1,rw2,sh,sketch,sql,sr2,stl,tif,tiff,ts,txt,vb,webm,wma,wmv,xaml,xbm,xcf,xd,xml,xpm,yaml,yml",
+ "runAfter": {}
+ },
+ "Filter_array_-_attachment_with_allowed_extension": {
+ "type": "Query",
+ "description": "@contains(@{split(outputs('Compose_-_allowed_file_extension'),',')},@{toLower(last(split(item()['name'],'.')))})",
+ "inputs": {
+ "from": "@triggerOutputs()?['body/attachments']",
+ "where": "@contains(split(outputs('Compose_-_allowed_file_extension'),','),toLower(last(split(item()['name'],'.'))))"
+ },
+ "runAfter": {
+ "Compose_-_allowed_file_extension": [
+ "Succeeded"
+ ]
+ }
+ },
+ "Apply_to_each_-_email_attachment": {
+ "type": "Foreach",
+ "foreach": "@body('Filter_array_-_attachment_with_allowed_extension')",
+ "actions": {
+ "Convert_file_-_attachment": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "id": "@outputs('Create_file_-_attachment')?['body/Id']",
+ "type": "JPG"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "ConvertFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runAfter": {
+ "Create_file_-_attachment": [
+ "Succeeded"
+ ]
+ }
+ },
+ "Create_file_-_attachment": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "folderPath": "/@{parameters('Output Archive folder (pnp_OutputArchivefolder)')}/@{triggerOutputs()?['body/id']}",
+ "name": "@items('Apply_to_each_-_email_attachment')?['name']",
+ "body": "@items('Apply_to_each_-_email_attachment')?['contentBytes']"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "CreateFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runtimeConfiguration": {
+ "contentTransfer": {
+ "transferMode": "Chunked"
+ }
+ }
+ },
+ "Compose_-_attachment_as_image": {
+ "type": "Compose",
+ "description": "@{concat('
Attachment - ',items('Apply_to_each_-_email_attachment')?['name'],'?['$content'],'\")
')}",
+ "inputs": "@concat('Attachment - ',items('Apply_to_each_-_email_attachment')?['name'],'?['$content'],'\")
')",
+ "runAfter": {
+ "Convert_file_-_attachment": [
+ "Succeeded"
+ ]
+ }
+ }
+ },
+ "runAfter": {
+ "Filter_array_-_attachment_with_allowed_extension": [
+ "Succeeded"
+ ]
+ }
+ },
+ "Compose_-_combine_email_HTML_with_all_image_attachment": {
+ "type": "Compose",
+ "description": "@{concat(body('Convert_file_-_email_msg_to_HTML_format'),join(outputs('Compose_-_attachment_as_image'),'
'))}",
+ "inputs": "@concat(body('Convert_file_-_email_msg_to_HTML_format'),join(outputs('Compose_-_attachment_as_image'),'
'))",
+ "runAfter": {
+ "Convert_file_-_email_msg_to_HTML_format": [
+ "Succeeded"
+ ],
+ "Apply_to_each_-_email_attachment": [
+ "Succeeded"
+ ]
+ }
+ },
+ "Create_file_-_combines_HTML_file": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "folderPath": "/@{parameters('Output Archive folder (pnp_OutputArchivefolder)')}/@{triggerOutputs()?['body/id']}",
+ "name": "@{triggerOutputs()?['body/subject']}.htm",
+ "body": "@outputs('Compose_-_combine_email_HTML_with_all_image_attachment')"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "CreateFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runAfter": {
+ "Compose_-_combine_email_HTML_with_all_image_attachment": [
+ "Succeeded"
+ ]
+ },
+ "runtimeConfiguration": {
+ "contentTransfer": {
+ "transferMode": "Chunked"
+ }
+ }
+ },
+ "Convert_file_-_Combined_HTML_to_PDF": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "id": "@outputs('Create_file_-_combines_HTML_file')?['body/Id']",
+ "type": "PDF"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "ConvertFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runAfter": {
+ "Create_file_-_combines_HTML_file": [
+ "Succeeded"
+ ]
+ }
+ },
+ "Create_file_-_Email_with_attachments_in_a_single_pdf_file": {
+ "type": "OpenApiConnection",
+ "inputs": {
+ "parameters": {
+ "folderPath": "/@{parameters('Output Archive folder (pnp_OutputArchivefolder)')}",
+ "name": "@outputs('Convert_file_-_Combined_HTML_to_PDF')?['headers/x-ms-file-name']",
+ "body": "@body('Convert_file_-_Combined_HTML_to_PDF')"
+ },
+ "host": {
+ "apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness",
+ "operationId": "CreateFile",
+ "connectionName": "shared_onedriveforbusiness"
+ }
+ },
+ "runAfter": {
+ "Convert_file_-_Combined_HTML_to_PDF": [
+ "Succeeded"
+ ]
+ },
+ "runtimeConfiguration": {
+ "contentTransfer": {
+ "transferMode": "Chunked"
+ }
+ }
+ }
+ },
+ "description": "This flow exports an email in MSG format and converts it into HTML. All email attachments are transformed into JPG files and embedded within the HTML as
tags. The flow then merges the email body and the attachment HTML using a Compose action. Finally, the combined HTML content is converted into a PDF file using standard OneDrive connector."
+ },
+ "templateName": null
+ },
+ "schemaVersion": "1.0.0.0"
+}
\ No newline at end of file
diff --git a/samples/mail-archive-pdf/sourcecode/Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json.data.xml b/samples/mail-archive-pdf/sourcecode/Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json.data.xml
new file mode 100644
index 00000000..b8bba3fa
--- /dev/null
+++ b/samples/mail-archive-pdf/sourcecode/Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json.data.xml
@@ -0,0 +1,30 @@
+
+
+ /Workflows/AutomatedPDFArchivingforEmailsandAttachments-D9DD717E-72BB-B645-7C1F-7BBD486627D4.json
+ 1
+ 0
+ 5
+ 0
+ 4
+ 0
+ 0
+ 0
+ 0
+ 0
+ 1
+ 2
+ 1
+ 1
+ 1.0
+ 1
+ 0
+ 1
+ 0
+ none
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/mail-archive-pdf/sourcecode/environmentvariabledefinitions/pnp_EmailSubject/environmentvariabledefinition.xml b/samples/mail-archive-pdf/sourcecode/environmentvariabledefinitions/pnp_EmailSubject/environmentvariabledefinition.xml
new file mode 100644
index 00000000..8470c6f0
--- /dev/null
+++ b/samples/mail-archive-pdf/sourcecode/environmentvariabledefinitions/pnp_EmailSubject/environmentvariabledefinition.xml
@@ -0,0 +1,14 @@
+
+ Email Archival Test
+
+
+
+
+
+
+ 1.0.0.0
+ 1
+ 0
+ 0
+ 100000000
+
\ No newline at end of file
diff --git a/samples/mail-archive-pdf/sourcecode/environmentvariabledefinitions/pnp_OutputArchivefolder/environmentvariabledefinition.xml b/samples/mail-archive-pdf/sourcecode/environmentvariabledefinitions/pnp_OutputArchivefolder/environmentvariabledefinition.xml
new file mode 100644
index 00000000..56ca8e54
--- /dev/null
+++ b/samples/mail-archive-pdf/sourcecode/environmentvariabledefinitions/pnp_OutputArchivefolder/environmentvariabledefinition.xml
@@ -0,0 +1,14 @@
+
+ Archive Emails
+
+
+
+
+
+
+ 1.0.0.0
+ 1
+ 0
+ 0
+ 100000000
+
\ No newline at end of file